wNot always do you want to perform a
sequential set of statements. In order to
control when the statements perform, control structures are used.
Conditional
statement:
nif
… else
Selection
statement:
nswitch
…
Iterative
statements:
nfor,
continue, break
nwhile
and do …. While
goto
statement